Fix xm block/network-detach command.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 9 Aug 2007 15:21:41 +0000 (16:21 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 9 Aug 2007 15:21:41 +0000 (16:21 +0100)
commitb02c2e5dfcbd16b87263c8f3b328ab55f687ab95
tree6da8e3b4dedf0097b998fc51f098a15ed197bba2
parentdb79ac42591e63e540f2a4e0e2f4221c50a6a590
Fix xm block/network-detach command.

 - To remove device info, it waits for the backend path of the device
   to be removed.
 - It removes device info from domain info.
 - It saves domain info to the config.sxp of the managed domain.

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/DevController.py
tools/python/xen/xend/server/blkif.py
tools/python/xen/xm/main.py